0, 0, 0);
days_ago = g_date_time_difference (now_date, date) / G_TIME_SPAN_DAY;
- /* Translators: see g_date_time_format() for details on the format */
if (days_ago < 1)
{
if (priv->show_time)
format = "";
else if (clock_format == CLOCK_FORMAT_24)
+ /* Translators: see g_date_time_format() for details on the format */
format = _("%H:%M");
else
format = _("%l:%M %p");
"topsecret",
"unclassified"
};
- /* Translators, these strings are names for various 'standard' cover
- * pages that the printing system may support.
- */
char *cover_display_default[] = {
+ /* Translators, these strings are names for various 'standard' cover
+ * pages that the printing system may support.
+ */
NC_("cover page", "None"),
NC_("cover page", "Classified"),
NC_("cover page", "Confidential"),
cupsFreeOptions (num_opts, opts);
#ifdef HAVE_COLORD
- /* TRANSLATORS: this this the ICC color profile to use for this job */
option = gtk_printer_option_new ("colord-profile",
+ /* TRANSLATORS: this this the ICC color profile to use for this job */
C_("printer option", "Printer Profile"),
GTK_PRINTER_OPTION_TYPE_INFO);